returns true if cell of grid_integer contains no data value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | i | |||
| integer, | intent(in) | :: | j | |||
| type(grid_integer), | intent(in) | :: | grid |
return true if cell of grid_real contains no data value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | i | |||
| integer, | intent(in) | :: | j | |||
| type(grid_real), | intent(in) | :: | grid |